Welcome![Sign In][Sign Up]
Location:
Search - hook api

Search list

[Hook apiAPIHook

Description: 勾了系统函数,可以修改API函数返回值以隐藏进程-Hook a system function, you can modify the return value of API functions to hide the process of
Platform: | Size: 3072 | Author: tzwsoho | Hits:

[Internet-Networklanoverip

Description: 用VC++构建一个虚拟局域网,对位于不同局域网的主机分配一个虚拟局域网的IP,使不同局域网的主机可以相互通信,技术点为p2p穿洞,api hook-Using VC++ to build a virtual local area networks, local area network to the host in different VLAN' s assigned an IP, the host of different local area network can communicate with each other, technical point of p2p holes, api hook
Platform: | Size: 206848 | Author: jeky | Hits:

[Hook apiHookNativeApi

Description: Hook Native API Method
Platform: | Size: 24576 | Author: michael | Hits:

[OS programHookCreateProcess

Description: API Hook,实现了对CreateProcess的挂钩,可以监视进程的创建。-API Hook, to achieve the linking of CreateProcess, you can create a monitoring process.
Platform: | Size: 5688320 | Author: 北冥之鱼 | Hits:

[Hook apiNoKill

Description: VC写的一个DLL.主要用来提供给C#调用,因为C#不支持全局钩子..自定义方法实现简单进程防杀.(Hook原理)-VC to write a DLL. Is mainly used to C# to call, because C# does not support global hooks .. Since the simple process of definition of methods to achieve anti-killing. (Hook Principle)
Platform: | Size: 1676288 | Author: 十二 | Hits:

[Hook apiAPIHOOK

Description: 一个钩函数的简单例子,基于MFC环境,给初学者一点小小的提示。-A simple example hook function, based on the MFC environment, to the little tips for beginners.
Platform: | Size: 222208 | Author: 王散 | Hits:

[OS programHookAPILib

Description: API Hook Lib最新版 对api的hook功能,进行了封装。直接使用其接口,非常方便对函数进行hook.该版本修改了以前的bug,使用更稳定。-API Hook Lib latest version of the hook of the api functions carried out packaging. Direct use of its interface is very convenient to the function hook. This version changes the previous bug, use the more stable.
Platform: | Size: 7168 | Author: 曹成 | Hits:

[Delphi VCLapihook-dephi

Description: delphi 实现 API HOOK 的源码,可以获取socket网络数据,代码十分效率-delphi source code to achieve API HOOK, you can obtain the socket network data, the code is very efficient
Platform: | Size: 2048 | Author: Zcd | Hits:

[Windows DevelopHookAPI

Description: 这是学习Hook编程的好实例。有很多的Hook实例,Net方面的,文件系统方面的,注册表方面的,等等,可以算是一个HOOKAPI大全了!-This is a good example of programmed learning Hook. Hook There are many examples, Net in the file system, the registry areas, etc., can be considered as a HOOKAPI Daquan had!
Platform: | Size: 421888 | Author: run | Hits:

[Hook apiAnyHook

Description: 进程注入asm实现任意api Hook。可中断修改参数和寄存器。总是传错,无奈啊-Asm into the process of achieving any api Hook. Interruptible modify the parameters and registers.
Platform: | Size: 53248 | Author: HeavenSea | Hits:

[Hook apiWindowsAPISoruces

Description: windows API(清华大学冉林仓编著)源代码,包括8章。本书在介绍Win 32 API函数调用的基础上,重点介绍如何使用Windows SDK API开发Win 32动态链接库和应用程序,并结合进程管理、进程通信、钩子函数、窗口子类化、API HOOK、Internet Explorer开发、网络编程等介绍了API函灵敏在这些方面的综合应用。 本书中的实例源代码可通过 本书主要面向熟悉Windows开发且有一定编程基础的中高级用户,旨在帮助用户提高系统编程的能力。-windows API (Tsinghua University, Ran Lin Cang ed) source code, including Chapter 8. This book describes Win 32 API function calls, based on highlighting how to use the Windows SDK API Developer Win 32 dynamic link libraries and applications, combined with process management, process communications, hooks, window subclassing, API HOOK, Internet Explorer development, network programming and other sensitive letter describes the API integrated applications in these areas. The source code examples in this book may be targeted by this book are familiar with Windows development and programming based on a certain high-class users, designed to help users to improve system programming capabilities.
Platform: | Size: 5554176 | Author: 云飞扬 | Hits:

[Windows DevelopHookIATDll

Description: hook windows Api函数,控制文件的打开,删除,复制。-hook windows Api function, control file open, delete, copy.
Platform: | Size: 2613248 | Author: 陈刚 | Hits:

[Hook apihook

Description: 强大的API,可以hook一切窗口的创建、销毁、焦点等等等等事件-vbhook
Platform: | Size: 2048 | Author: 李格格 | Hits:

[Hook apiHookAPI1.63_Demo

Description: hook api的例子 帮助学习HOOK技术 深入了解WINDOWS操作系统底层-hook api examples of techniques to facilitate the learning HOOK-depth understanding of the underlying operating system WINDOWS
Platform: | Size: 205824 | Author: 无唯 | Hits:

[Hook apigreen

Description: 绿光抓包器.本程序只钩挂了"send","sendto","recv","recvfrom"这4个函数,WSAsend等不钩挂, 因为是用API钩子写的抓包程序,而且小弟也是菜鸟,难免有BUG。源代码可以任意修改和发布。 你改得好的话请给我一份。小弟感激不尽。-Ethereal green device. This procedure is only hook the " send" , " sendto" , " recv" , " recvfrom" the four functions, WSAsend, which do not hook because it is written with the API hooks Ethereal procedures, but younger brother is also a rookie, it is inevitable that BUG. The source code can be modified and published. Well, if you have changed Please give me a copy. Brother grateful.
Platform: | Size: 563200 | Author: 334 | Hits:

[Hook apiHook_CreateFile

Description: inline hook 实例 hook CreateFile 前五个字节的例子-The example of inline hook CreateFile
Platform: | Size: 81920 | Author: 韩挚同 | Hits:

[Hook apiApiHook

Description: API Hook示例代码:用来将自定义的 Dll 注入进程空间,并钩住指定 API 函数,关于注入和钩 API 的代码,这里主要介绍如何使用这个小工具方便实现截获 API 的功能-API Hook Sample Codes
Platform: | Size: 151552 | Author: litjerk | Hits:

[Hook apiHook_Hijack

Description: HOOK 源码 api hijack demo-api hijack demo
Platform: | Size: 26624 | Author: 马铭满 | Hits:

[Windows Developapihook_v2.0

Description: API HOOK 2.0 带内核驱动 带内核驱动 -API HOOK 2.0带内核驱动带内核驱动带内核驱动带内核驱动
Platform: | Size: 142336 | Author: sddsds | Hits:

[Windows Develophooks

Description: hook函数,按键发声,通过挂钩windows API函数来实现-for windows Hook API
Platform: | Size: 4139008 | Author: QianYi | Hits:
« 1 2 ... 4 5 6 7 8 910 11 12 13 14 ... 40 »

CodeBus www.codebus.net